Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch now works on timeline bar. #4286

Closed
wants to merge 1 commit into from
Closed

Touch now works on timeline bar. #4286

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 6, 2016

_handleTouchMove was an old function that was removed (commit 1b1dea5).

Replacing with _onTouchMove allows the touch to work on the timeline.

To experience this bug:

  1. Go to http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Hello%20World.html&label=Showcases
  2. Using touch (or an emulation in Chrome), touch the timeline bar (make sure it's touch, not a mouse).
  3. Uncaught TypeError: timeline._handleTouchMove is not a function.

_handleTouchMove was an old function that was removed (commit 1b1dea5).

Replacing with _onTouchMove allows the touch to work on the timeline.

To experience this bug:
1. Go to http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Hello%20World.html&label=Showcases
2. Using touch (or an emulation in Chrome), touch the timeline bar (make sure it's touch, not a mouse).
3. Uncaught TypeError: timeline._handleTouchMove is not a function.
@ghost
Copy link
Author

ghost commented Sep 6, 2016

@hpinkos
Copy link
Contributor

hpinkos commented Sep 6, 2016

Thanks @thinkpadder1!

Do we have a Contributor License Agreement (CLA) from you? If not, please follow the directions in CONTRIBUTING.md and send one over.
Let us know if you have any questions. We'll try to review this soon.

@ghost
Copy link
Author

ghost commented Sep 7, 2016

Sorry, I am not going to sign it. But, feel free to close this request and have an existing maintainer commit it.

@hpinkos hpinkos mentioned this pull request Sep 9, 2016
@hpinkos
Copy link
Contributor

hpinkos commented Sep 9, 2016

Thanks again @thinkpadder1, I've opened up a PR here to fix the issue: #4305

@hpinkos hpinkos closed this Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant